The size of every data row.
The amount of data rows.
WaterfallDataSeries3D<TX,TY,TZ> Constructor(Int32,Int32)
Creates an instance of a WaterfallDataSeries3D<TX,TY,TZ>.
Syntax
public WaterfallDataSeries3D<TX,TY,TZ>( 
   int xSize,
   int zSize
)

Parameters

xSize
The size of every data row.
zSize
The amount of data rows.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also